Skip to main content

iphoneDoNotBackupFile

Type

function

Summary

Returns a boolean value specifying whether or not the given file has been flagged to prevent backup.

Syntax

iphoneDoNotBackupFile( <filename> )

Description

Use the iphoneDoNotBackupFile function to determine whether the given file has been flagged to prevent backup

The iphoneDoNotBackupFile function determines whether or not the given file has been flagged to prevent backup to the Cloud.

The iphoneDoNotBackupFile function retirms the value of the file's "do not backup" flag.

Parameters

NameTypeDescription

filename

The full path to the flagged file

Examples

get iphoneDoNotBackupFile(tMyFile)
put iphoneDoNotBackupFile(specialFolderPath("documents") & "/appointments.txt") into tAppointmentsFlagged

command: iphoneSetFileDataProtection, iphoneSetDoNotBackupFile

function: iphoneFileDataProtection

message: protectedDataWillBecomeUnavailable, protectedDataDidBecomeAvailable

Compatibility and Support

Introduced

LiveCode 5.5.1

OS

ios

Platforms

mobile

Thank you for your feedback!

Was this page helpful?